作者:Gakki配置文件结构nginx的配置文件在/nginx/conf/nginx.conf下,打开文件可看到目录结构大致为:...#全局块events{#events块...}http#http块{...#http全局块server#server块{...#server全局块location[PATTERN]#location块{...}}#负载均衡配置upstreamname{....}}简化版:mainevents{...}http{server{location{..}}upstream{...}}模块解释:全局块:配置影响nginx全局的指令。一般有运行nginx服务器的用户组,n